Site Search

Search for
Search in Advanced search
s : 744

Results 11-20 of 289 ( 0.091 seconds)
11 CLHS: Special Operator MULTIPLE-VALUE-CALL   [ 9.456% ]
Special Operator MULTIPLE-VALUE-CALL Syntax: multiple-value-call function-form form * => result * Arguments and Values: function-form ---a form ; evaluated to produce function . function ---a function designator resulting from the evaluation of function-fo...
https://www.lispworks.com/documentation/HyperSpec/Body/s_multip.htm - Cached
text/html - 4164 bytes - Mon, 11 Apr 2005, 17:33:46 UTC
 
12 CLHS: Special Operator PROGN   [ 9.456% ]
Special Operator PROGN Syntax: progn form * => result * Arguments and Values: forms ---an implicit progn . results ---the values of the forms . Description: progn evaluates forms , in the order in which they are given. The values of each form but the last...
https://www.lispworks.com/documentation/HyperSpec/Body/s_progn.htm - Cached
text/html - 4809 bytes - Mon, 11 Apr 2005, 17:33:46 UTC
 
13 CLHS: Special Operator PROGV   [ 9.456% ]
Special Operator PROGV Syntax: progv symbols values form * => result * Arguments and Values: symbols ---a list of symbols ; evaluated. values ---a list of objects ; evaluated. forms ---an implicit progn . results ---the values returned by the forms . Descr...
https://www.lispworks.com/documentation/HyperSpec/Body/s_progv.htm - Cached
text/html - 4886 bytes - Mon, 11 Apr 2005, 17:33:46 UTC
 
14 CLHS: Special Operator QUOTE   [ 9.456% ]
Special Operator QUOTE Syntax: quote object => object Arguments and Values: object ---an object ; not evaluated. Description: The quote special operator just returns object . The consequences are undefined if literal objects (including quoted objects ) are...
https://www.lispworks.com/documentation/HyperSpec/Body/s_quote.htm - Cached
text/html - 5078 bytes - Mon, 11 Apr 2005, 17:33:46 UTC
 
15 CLHS: Special Form SETQ   [ 9.456% ]
Special Form SETQ Syntax: setq { pair } * => result pair::= var form Pronunciation: ['set,kyoo] Arguments and Values: var ---a symbol naming a variable other than a constant variable . form ---a form . result ---the primary value of the last form , or nil...
https://www.lispworks.com/documentation/HyperSpec/Body/s_setq.htm - Cached
text/html - 5181 bytes - Mon, 11 Apr 2005, 17:33:47 UTC
 
16 CLHS: Special Operator BLOCK   [ 9.456% ]
Special Operator BLOCK Syntax: block name form * => result * Arguments and Values: name ---a symbol . form ---a form . results ---the values of the forms if a normal return occurs, or else, if an explicit return occurs, the values that were transferred. De...
https://www.lispworks.com/documentation/HyperSpec/Body/s_block.htm - Cached
text/html - 5744 bytes - Mon, 11 Apr 2005, 17:33:44 UTC
 
17 CLHS: Special Operator SYMBOL-MACROLET   [ 9.456% ]
Special Operator SYMBOL-MACROLET Syntax: symbol-macrolet ((symbol expansion) * ) declaration * form * => result * Arguments and Values: symbol ---a symbol . expansion ---a form . declaration ---a declare expression ; not evaluated. forms ---an implicit pro...
https://www.lispworks.com/documentation/HyperSpec/Body/s_symbol.htm - Cached
text/html - 9202 bytes - Mon, 11 Apr 2005, 17:33:47 UTC
 
18 CLHS: Special Operator CATCH   [ 9.456% ]
Special Operator CATCH Syntax: catch tag form * => result * Arguments and Values: tag ---a catch tag ; evaluated. forms ---an implicit progn . results ---if the forms exit normally, the values returned by the forms ; if a throw occurs to the tag , the valu...
https://www.lispworks.com/documentation/HyperSpec/Body/s_catch.htm - Cached
text/html - 7484 bytes - Mon, 11 Apr 2005, 17:33:44 UTC
 
19 CLHS: Special Operator THE   [ 9.456% ]
Special Operator THE Syntax: the value-type form => result * Arguments and Values: value-type ---a type specifier ; not evaluated. form ---a form ; evaluated. results ---the values resulting from the evaluation of form . These values must conform to the ty...
https://www.lispworks.com/documentation/HyperSpec/Body/s_the.htm - Cached
text/html - 6541 bytes - Mon, 11 Apr 2005, 17:33:47 UTC
 
20 CLHS: Special Operator TAGBODY   [ 9.456% ]
Special Operator TAGBODY Syntax: tagbody { tag | statement }* => nil Arguments and Values: tag ---a go tag ; not evaluated. statement ---a compound form ; evaluated as described below. Description: Executes zero or more statements in a lexical environment...
https://www.lispworks.com/documentation/HyperSpec/Body/s_tagbod.htm - Cached
text/html - 6832 bytes - Mon, 11 Apr 2005, 17:33:47 UTC
 

Result pages:
Previous 1 2 3 4 5 6 7 8 9 10 Next
Sort by: score |  date |  popularity
Company     Contact     Privacy Policy     Terms of Use